You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > BitShift Method > MatrixInt.BitShift Method ([In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.BitShift Method ([In] int)

Apply binary shift by number of Bits to the left (positive) or right (negative) for all elements in the calling object.

Syntax
C#
Visual Basic
public TMtxVecInt BitShift([In] int Bits);

the result of binary shift to the left or right by number of Bits applied to values in the calling object and stored back in the calling object. The sign of the numbers is preserved when doing right shift.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!